home *** CD-ROM | disk | FTP | other *** search
- // Design Time Java Socket implementation. (HPP)
-
- #ifndef _DTJFTP_HPP
- #define _DTJFTP_HPP
-
- #include "dtjobjct.hpp"
- #include "dtjinet.hpp"
-
- class METAEXPORTCLASSDEF DTJFTP : public DTJInternet
- {
- public:
- DTJFTP( const MetaObject * pMetaObj );
- virtual ~DTJFTP();
-
-
- virtual void GenerateCode( MMCodeGeneration mmCodeGen,
- ostream& src,
- MMCodeGenerationParms& pGenParms );
- };
-
- // needed for mdreader
- typedef DTJFTP DTpowersoft__dot__powerj__dot__net__dot__FTP__dot__102;
-
- #endif // _DTJFTP_HPP
-